Skip to main content

scrollbarPageInc

Type

message

Summary

Sent to a scrollbar when the user clicks below or right of the scrollbar thumb, scrolling forward one screenful.

Syntax

scrollbarPageInc <pNewPosition>

Description

Handle the scrollbarPageInc message if you want to respond to the user clicking in the gray region below or to the right of the scrollbar thumb.

Dragging the scrollbar thumb does not send a scrollbarPageInc message.

If the scrollbarPageInc message is not handled, a scrollbarDrag message is sent in addition.

Parameters

NameTypeDescription

pNewPosition

The new position of the scrollbar thumb.

Examples

on scrollbarPageInc theMovieNumber
set the filename of player "Display" \
to line theMovieNumber of field "Movies"
end scrollbarPageInc

glossary: scrollbar thumb, message, handle

keyword: scrollbar

message: scrollbarLineInc, scrollbarDrag

property: pageIncrement

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?